home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00070.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  162 b   |  13 lines

  1. on exitFrame
  2.   global kirk, password
  3.   if kirk = 1 then
  4.     go("demo")
  5.     exit
  6.   end if
  7.   if password = 1 then
  8.     go("demo")
  9.     exit
  10.   end if
  11.   go("cam2")
  12. end
  13.